nav .navbar .links li:first-child a {
    color: #ffffffd4;
    font-weight: 400;
}

nav .navbar .links li .sub-menu li a {
    color: black;
}

nav .navbar .links li:nth-child(2) a {
    font-weight: 600;
    color: #f48333;
}


.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/About\ Us.jpg);
    background-position: center;
    background-size: 100% 130%;
    text-align: center;
    /* padding-top: 380px; */
    color: white;
    font-size: 40px;
    /* margin-top: -120px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.sec1a .png {
    width: 100px;
    position: absolute;
    left: 0;
    z-index: 30;
    opacity: 0.5;
    margin-top: 300px;
    height: fit-content;
    border-radius: 0;
}



.sec1a h1 {
    font-size: 35px;
    color: #000000;
    font-weight: 800;
    margin-top: 400px;
    margin-left: -100px;
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  .sec1a .tx {
    width: 45%;
  }
  
  .sec1a .tx ul {
    width: 100%;
    display: flex;
    margin-left: 25%;
  }
  
  .sec1a .tx ul li {
    text-decoration: none;
    color: black;
    font-size: 20px;
    list-style: none;
    width: fit-content;
    margin: 0 5px;
  }
.sec1a .tx ul li span {
    margin-left: 5px;
}

.sec1a .tx ul a:hover {
    text-decoration: none;
}

.sec1a .tx ul .li2 li {
    color: #f48333;
}

.sec1a img {
    width: 54%;
    border-radius: 0 0 30% 80%;
    height: 550px;
    margin-right: -100px;
    margin-top: -30px;
}


.about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}

.sec1{
    padding-bottom: 0;
}

@media screen and (max-width: 900px) {

    .sec1a {
        height: 300px;
        background-size: 100% 100%;
      }
    
    
      .sec1a .tx {
        width: 100%;
      }
    
      .sec1a h1 {
        font-size: 25px;
        margin-top: 200px;
        margin-left: 5%;
        text-align: left;
      }
      .sec1a .tx ul {
        margin-left: 5%;
      }
      .sec1a .tx ul li {
        font-size: 15px;
      }

    .sec1a .png {
        margin-top: 150px;
        width: 80px;
        top: 0;
    }

    .sec1a img {
        width: 120%;
        height: 350px;
        margin-top: -60px;
        margin-right: -200px;

    }

    .more-sec {
        margin-top: -120px;
    }

    .more-sec p {
        font-size: 14px;
    }

}